func github.com/andybalholm/brotli.hashBytesAtOffset

21 uses

	github.com/andybalholm/brotli (current package)
		compress_fragment_two_pass.go#L24: func hashBytesAtOffset(v uint64, offset uint, shift uint, length uint) uint32 {
		compress_fragment_two_pass.go#L368: 						cur_hash = hashBytesAtOffset(input_bytes, 3, shift, min_match)
		compress_fragment_two_pass.go#L369: 						prev_hash = hashBytesAtOffset(input_bytes, 0, shift, min_match)
		compress_fragment_two_pass.go#L371: 						prev_hash = hashBytesAtOffset(input_bytes, 1, shift, min_match)
		compress_fragment_two_pass.go#L373: 						prev_hash = hashBytesAtOffset(input_bytes, 0, shift, min_match)
		compress_fragment_two_pass.go#L377: 						prev_hash = hashBytesAtOffset(input_bytes, 0, shift, min_match)
		compress_fragment_two_pass.go#L379: 						prev_hash = hashBytesAtOffset(input_bytes, 1, shift, min_match)
		compress_fragment_two_pass.go#L381: 						prev_hash = hashBytesAtOffset(input_bytes, 2, shift, min_match)
		compress_fragment_two_pass.go#L384: 						cur_hash = hashBytesAtOffset(input_bytes, 2, shift, min_match)
		compress_fragment_two_pass.go#L385: 						prev_hash = hashBytesAtOffset(input_bytes, 0, shift, min_match)
		compress_fragment_two_pass.go#L387: 						prev_hash = hashBytesAtOffset(input_bytes, 1, shift, min_match)
		compress_fragment_two_pass.go#L421: 						cur_hash = hashBytesAtOffset(input_bytes, 3, shift, min_match)
		compress_fragment_two_pass.go#L422: 						prev_hash = hashBytesAtOffset(input_bytes, 0, shift, min_match)
		compress_fragment_two_pass.go#L424: 						prev_hash = hashBytesAtOffset(input_bytes, 1, shift, min_match)
		compress_fragment_two_pass.go#L426: 						prev_hash = hashBytesAtOffset(input_bytes, 2, shift, min_match)
		compress_fragment_two_pass.go#L430: 						prev_hash = hashBytesAtOffset(input_bytes, 0, shift, min_match)
		compress_fragment_two_pass.go#L432: 						prev_hash = hashBytesAtOffset(input_bytes, 1, shift, min_match)
		compress_fragment_two_pass.go#L434: 						prev_hash = hashBytesAtOffset(input_bytes, 2, shift, min_match)
		compress_fragment_two_pass.go#L437: 						cur_hash = hashBytesAtOffset(input_bytes, 2, shift, min_match)
		compress_fragment_two_pass.go#L438: 						prev_hash = hashBytesAtOffset(input_bytes, 0, shift, min_match)
		compress_fragment_two_pass.go#L440: 						prev_hash = hashBytesAtOffset(input_bytes, 1, shift, min_match)